* lisp/comint.el (comint-password-prompt-regexp): Make it less vague.
authorGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 19:56:57 +0000 (12:56 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 19:56:57 +0000 (12:56 -0700)
commite1e8d1ed136b9183004f3f0ca2c7454cdaf853fa
treec9ec39beb628a38c8e1c8803cbdf3d211287a3d9
parentf0e958515fb8bb8c936f2c1808874a06e3e1130d
* lisp/comint.el (comint-password-prompt-regexp): Make it less vague.
Bump custom version.

The initial regexp-opt was bracketed by \\( \\)?, so it might as well
have not been there at all.  This change makes it non-optional, and
adds back "^".  Hopefully the behaviour is now closer to that of emacs-23,
before it was re-written in http://debbugs.gnu.org/2817.
lisp/ChangeLog
lisp/comint.el